WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridGroupRow Class / GridGroupRow Constructor / GridGroupRow Constructor(IDataCollection<Object>,Int32,Boolean)
The collection containing the item.
Index of the data inside the collection.
Sets whether the row is initially collapsed.
In This Topic
    GridGroupRow Constructor(IDataCollection<Object>,Int32,Boolean)
    In This Topic
    Initializes a new instance of the GridGroupRow class.
    Syntax
    public GridGroupRow( 
       C1.DataCollection.IDataCollection<object> collection,
       int dataIndex,
       bool isCollapsed
    )

    Parameters

    collection
    The collection containing the item.
    dataIndex
    Index of the data inside the collection.
    isCollapsed
    Sets whether the row is initially collapsed.
    See Also